Trivial formatting fix
authorMatthias Clasen <mclasen@redhat.com>
Fri, 28 Aug 2015 17:51:11 +0000 (13:51 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 28 Aug 2015 20:15:26 +0000 (16:15 -0400)
gdk/wayland/gdkwindow-wayland.c

index d54a933bad8dcee23cd51782cbcc11a75f2fe1dd..afebcd3575e965a455793b2ee5e4ef447696b7d8 100644 (file)
@@ -1304,7 +1304,7 @@ gdk_wayland_window_hide_surface (GdkWindow *window)
     {
       if (impl->dummy_egl_surface)
         {
-          eglDestroySurface(display_wayland->egl_display, impl->dummy_egl_surface);
+          eglDestroySurface (display_wayland->egl_display, impl->dummy_egl_surface);
           impl->dummy_egl_surface = NULL;
         }
 
@@ -1316,7 +1316,7 @@ gdk_wayland_window_hide_surface (GdkWindow *window)
 
       if (impl->egl_surface)
         {
-          eglDestroySurface(display_wayland->egl_display, impl->egl_surface);
+          eglDestroySurface (display_wayland->egl_display, impl->egl_surface);
           impl->egl_surface = NULL;
         }